GtkPlacesSidebar: Don't update bookmark if cancelled
authorRoss Lagerwall <rosslagerwall@gmail.com>
Thu, 11 Sep 2014 22:25:24 +0000 (23:25 +0100)
committerRoss Lagerwall <rosslagerwall@gmail.com>
Fri, 12 Sep 2014 07:08:09 +0000 (08:08 +0100)
commit0c12d3afcc571fcbee0d257e888985399b36b48b
tree87ff6a1d8da1f5bacc4241c84cff895fd602889d
parent94ed54f8add5819be59ff96a0c76a480055b62f5
GtkPlacesSidebar: Don't update bookmark if cancelled

If the query fails because it has been cancelled, it means that
dispose() has been called, so don't try and update anything.

This fixes a segfault with Nautilus in certain situations.

https://bugzilla.gnome.org/show_bug.cgi?id=736512
gtk/gtkplacessidebar.c